Vcenter Vcha Cluster IpInfo

Vcenter Vcha Cluster IpInfo
Vcenter Vcha Cluster IpInfo

The Vcenter Vcha Cluster IpInfo schema contains properties related to an ip.

This schema was added in vSphere API 6.7.1.

JSON Example
{
    "ip_family": "string",
    "ipv4": {
        "address": "string",
        "subnet_mask": "string",
        "prefix": 0
    },
    "ipv6": {
        "address": "string",
        "prefix": 0
    },
    "gateway_ip": "string"
}
string
ip_family
Required

Family of the ip.

For more information see: Vcenter Vcha Cluster IpFamily.

This property was added in vSphere API 6.7.1.

ipv4
Optional

If the type of the ip family is IPV4, then this will point to IPv4 address specification.

This property was added in vSphere API 6.7.1.

This property is optional and it is only relevant when the value of ip_family is Vcenter Vcha Cluster IpFamily.IP_v4.

ipv6
Optional

If the type of the ip family is IPV6, then this will point to IPv6 address specification.

This property was added in vSphere API 6.7.1.

This property is optional and it is only relevant when the value of ip_family is Vcenter Vcha Cluster IpFamily.IP_v6.

string
gateway_ip
Optional

Gateway IP address.

This property was added in vSphere API 6.7.1.

If missing or null, no gateway is specified.